How to store data on client in HTML5?
5196
29-Aug-2011
Chris Anderson
29-Aug-2011HTML5 offers two new objects for storing data on the client:
LocalStorage - stores data with no time limit
SessionStorage - stores data for one session.The data is deleted when the user closes the browser window.